home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 7.44
/
PC Gamer.zip
/
PCG_7.44.BIN
/
Data
/
items.pcg
/
scripts
/
DefineButton2_301
/
BUTTONCONDACTION on(press).as
< prev
next >
Wrap
Text File
|
2004-06-18
|
101b
|
8 lines
on(press){
tellTarget("downControl")
{
gotoAndStop("start");
play();
}
}